# Project:   SQLiteLib3_3_6


# Toolflags:
ccflags =  -c -depend !Depend -throwback  -ec -wa -wd -wf -wn -wp   -fa  -fh     -Ospace  -apcs 3/32/fpe2/swst/fp/nofpr    -DRISCOS -IC:,OSLib:,OSLibInclude:,OSLibSupport:,ADFS::Tardis.$.Files.Develop.Projects.Libraries.CLibSupport 
libfileflags =  -o  -c  $@ 
linkflags =          -rescan     -Output $@ 
squeezeflags =    

# Final targets:
@.sqlite3:   @.o.alter @.o.analyze @.o.attach @.o.auth @.o.btree @.o.build @.o.callback @.o.complete @.o.date @.o.delete \
        @.o.expr @.o.func @.o.hash @.o.insert @.o.legacy @.o.main @.o.opcodes @.o.os @.o.os_riscos @.o.pager \
        @.o.parse @.o.pragma @.o.prepare @.o.printf @.o.random @.o.select @.o.table @.o.tokenize @.o.trigger @.o.update \
        @.o.utf @.o.util @.o.vacuum @.o.vdbe @.o.vdbeapi @.o.vdbeaux @.o.vdbefifo @.o.vdbemem @.o.where @.o.shell 
        link $(linkflags) @.o.alter @.o.analyze @.o.attach @.o.auth @.o.btree @.o.build @.o.callback @.o.complete @.o.date @.o.delete \
        @.o.expr @.o.func @.o.hash @.o.insert @.o.legacy @.o.main @.o.opcodes @.o.os @.o.os_riscos @.o.pager \
        @.o.parse @.o.pragma @.o.prepare @.o.printf @.o.random @.o.select @.o.table @.o.tokenize @.o.trigger @.o.update \
        @.o.utf @.o.util @.o.vacuum @.o.vdbe @.o.vdbeapi @.o.vdbeaux @.o.vdbefifo @.o.vdbemem @.o.where @.o.shell C:o.stubsg OSLib:o.OSLib32 OSLibSupport:o.OSLibSupport32 C:o.flexlib-32 
        squeeze     sqlite3

@.SQLiteLib3_3_6:   @.o.alter @.o.analyze @.o.attach @.o.auth @.o.btree @.o.build @.o.callback @.o.complete @.o.date @.o.delete \
        @.o.expr @.o.func @.o.hash @.o.insert @.o.legacy @.o.main @.o.opcodes @.o.os @.o.os_riscos @.o.pager \
        @.o.parse @.o.pragma @.o.prepare @.o.printf @.o.random @.o.select @.o.table @.o.tokenize @.o.trigger @.o.update \
        @.o.utf @.o.util @.o.vacuum @.o.vdbe @.o.vdbeapi @.o.vdbeaux @.o.vdbefifo @.o.vdbemem @.o.where 
        libfile $(libfileflags) @.o.alter @.o.analyze @.o.attach @.o.auth @.o.btree @.o.build @.o.callback @.o.complete @.o.date @.o.delete \
        @.o.expr @.o.func @.o.hash @.o.insert @.o.legacy @.o.main @.o.opcodes @.o.os @.o.os_riscos @.o.pager \
        @.o.parse @.o.pragma @.o.prepare @.o.printf @.o.random @.o.select @.o.table @.o.tokenize @.o.trigger @.o.update \
        @.o.utf @.o.util @.o.vacuum @.o.vdbe @.o.vdbeapi @.o.vdbeaux @.o.vdbefifo @.o.vdbemem @.o.where 



# User-editable dependencies:

# Static dependencies:
@.o.alter:   @.c.alter
        cc $(ccflags) -o o.alter c.alter
@.o.analyze:   @.c.analyze
        cc $(ccflags) -o o.analyze c.analyze
@.o.attach:   @.c.attach
        cc $(ccflags) -o o.attach c.attach
@.o.auth:   @.c.auth
        cc $(ccflags) -o o.auth c.auth
@.o.btree:   @.c.btree
        cc $(ccflags) -o o.btree c.btree
@.o.build:   @.c.build
        cc $(ccflags) -o o.build c.build
@.o.callback:   @.c.callback
        cc $(ccflags) -o o.callback c.callback
@.o.complete:   @.c.complete
        cc $(ccflags) -o o.complete c.complete
@.o.date:   @.c.date
        cc $(ccflags) -o o.date c.date
@.o.delete:   @.c.delete
        cc $(ccflags) -o o.delete c.delete
@.o.expr:   @.c.expr
        cc $(ccflags) -o o.expr c.expr
@.o.func:   @.c.func
        cc $(ccflags) -o o.func c.func
@.o.hash:   @.c.hash
        cc $(ccflags) -o o.hash c.hash
@.o.insert:   @.c.insert
        cc $(ccflags) -o o.insert c.insert
@.o.legacy:   @.c.legacy
        cc $(ccflags) -o o.legacy c.legacy
@.o.main:   @.c.main
        cc $(ccflags) -o o.main c.main
@.o.opcodes:   @.c.opcodes
        cc $(ccflags) -o o.opcodes c.opcodes
@.o.os:   @.c.os
        cc $(ccflags) -o o.os c.os
@.o.os_riscos:   @.c.os_riscos
        cc $(ccflags) -o o.os_riscos c.os_riscos
@.o.pager:   @.c.pager
        cc $(ccflags) -o o.pager c.pager
@.o.parse:   @.c.parse
        cc $(ccflags) -o o.parse c.parse
@.o.pragma:   @.c.pragma
        cc $(ccflags) -o o.pragma c.pragma
@.o.prepare:   @.c.prepare
        cc $(ccflags) -o o.prepare c.prepare
@.o.printf:   @.c.printf
        cc $(ccflags) -o o.printf c.printf
@.o.random:   @.c.random
        cc $(ccflags) -o o.random c.random
@.o.select:   @.c.select
        cc $(ccflags) -o o.select c.select
@.o.table:   @.c.table
        cc $(ccflags) -o o.table c.table
@.o.tokenize:   @.c.tokenize
        cc $(ccflags) -o o.tokenize c.tokenize
@.o.trigger:   @.c.trigger
        cc $(ccflags) -o o.trigger c.trigger
@.o.update:   @.c.update
        cc $(ccflags) -o o.update c.update
@.o.utf:   @.c.utf
        cc $(ccflags) -o o.utf c.utf
@.o.util:   @.c.util
        cc $(ccflags) -o o.util c.util
@.o.vacuum:   @.c.vacuum
        cc $(ccflags) -o o.vacuum c.vacuum
@.o.vdbe:   @.c.vdbe
        cc $(ccflags) -o o.vdbe c.vdbe
@.o.vdbeapi:   @.c.vdbeapi
        cc $(ccflags) -o o.vdbeapi c.vdbeapi
@.o.vdbeaux:   @.c.vdbeaux
        cc $(ccflags) -o o.vdbeaux c.vdbeaux
@.o.vdbefifo:   @.c.vdbefifo
        cc $(ccflags) -o o.vdbefifo c.vdbefifo
@.o.vdbemem:   @.c.vdbemem
        cc $(ccflags) -o o.vdbemem c.vdbemem
@.o.where:   @.c.where
        cc $(ccflags) -o o.where c.where
@.o.shell:   @.c.shell
        cc $(ccflags) -o o.shell c.shell

# Dynamic dependencies:
